<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
|--------------------------------------------------------------------------
| Custom styles
|--------------------------------------------------------------------------
*/

/*
|-------------------------------------------------------------------------
| 1. Colors
|-------------------------------------------------------------------------
*/

/* 1.1 Background color
================================================== */

html {
    background-color: #FFFFFF;
}

/* 1.2 Basic typography color (#626262 / #444444)
================================================== */

/* 1.3 Theme color (#2991d6 =&gt; #ba0007 / rgba(41, 145, 214 =&gt; rgba(131, 148, 184 / #2275ac)
================================================== */

.themecolor {
    color: #ba0007;
}
.themebg, .pager .pages a:hover, .pager .pages a.active {
    background-color: #ba0007;
}
a {
    color: #ba0007;
}
a:hover {
	color: #a50107;
}
*::-moz-selection {
    background-color: #ba0007;
    color: white;
}
*::selection {
    background-color: #ba0007;
    color: white;
}

/*
|-------------------------------------------------------------------------
| 2. Layout
|-------------------------------------------------------------------------
*/

/* 2.1 Basic
================================================== */

.container {
    width: 1200px !important;
    max-width: none !important;
}

/* 2.2 Common
================================================== */

#Header {
    background-image: url(../images/header-bg-1.jpg);
    background-repeat: repeat-x;
    background-color: #ba0007;
}
#Header .topbar {
    background-image: url(../images/header-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
}
#Header .topbar .logo {
    height: 200px;
    position: relative;
}
#Header .topbar .search {
    position: absolute;
    bottom: 0;
    right: 65px;
}
#Header .topbar .search .icon-search {
    left: 12px;
    color: #ba0007;
    position: absolute;
    font-size: 20px;
    line-height: 29px;
    display: block;
}
#Header .topbar .search input[type="text"] {
    margin: 5px;
    padding: 5px 15px 5px 35px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.66);
    /*background-color: rgb(247, 242, 241);
    opacity: 0.7;
    filter: Alpha(Opacity=70);*/
    color: #444;
    border-width: 0;
}
#Header .navbar {
    min-height: inherit;
    border: none;
    background-color: #ba0007;
    margin-bottom: 0;
}
#Header .menu {
    width: 100%;
    margin: 0;
}
#Header .menu li {
    text-align: center;
    display: inline-block;
    float: left;
}
#Header .menu&gt;li&gt;a {
    padding: 0 !important;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
#Header .menu&gt;li.active&gt;a, #Header .menu&gt;li&gt;a:hover, #Header .menu&gt;li&gt;a:focus {
    background: #a50107;
}
#Header .menu&gt;li ul {
    padding: 0;
}
#Header .menu&gt;li&gt;ul li a {
    padding: 10px;
    line-height: inherit;
}
#Header .menu&gt;li ul li.active&gt;a, #Header .menu&gt;li ul li a:hover, #Header .menu&gt;li ul li.hover&gt;a {
    background: #e4e4e4;
}
#Footer {
    background-color: #ba0007;
    color: #fff;
    text-align: center;
}
#Footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
#Footer p {
    line-height: 32px;
    margin-bottom: 0;
}
#Footer a {
    color: inherit;
}
#Footer span {
    padding: 0 10px;
}

/*
|-------------------------------------------------------------------------
| 3. Pages
|-------------------------------------------------------------------------
*/

/* 3.1 Common
================================================== */

/* Error */

.blank .error {
    padding: 80px 0 50px;
}

/* 3.2 Home
================================================== */

/* 3.2.1 Common
================================================== */

.home #Content {
    background-image: url("../images/content-bg.jpg");
    background-repeat: repeat;
    background-position: center top;
}
.home #Content .container {
    background-color: #f6f5f3;
}
.home #Content .container&gt;.row {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 3.2.2 Widgets
================================================== */

/* Slider */

.home .owl-carousel {
    line-height: 0;
}
.home .owl-carousel1 .slider-image {
    width: 570px !important;
    height: 324px !important;
}
.home .owl-carousel1 .slider-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #000;
    opacity: 0.85;
    filter: Alpha(Opacity=85);
}
.home .owl-carousel1 .slide-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home .owl-carousel1 .owl-controls {
	position: absolute;
    bottom: 32px;
    margin-top: 0;
    width: 100%;
}
.home .owl-carousel1 .owl-page span {
    background: #fff;
    width: 10px;
    height: 10px;
}
.home .owl-carousel1 .owl-page.active span {
    width: 25px;
}

/* Slider2 */

.home #v5-1-1 {
    min-height: 197px;
}
.home .owl-carousel2 {
    padding: 20px 10px;
}
.home .owl-carousel2 .owl-item {
    padding: 0 10px;
}
.home .owl-carousel2 .slider-image {
    width: 268px !important;
    height: 135px !important;
}
.home .owl-carousel2 .slide-title {
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Tab */

.home .ui-tabs .ui-tabs-nav {
    background: #fff;
    border-color: #898989;
    border-width: 0 0 2px;
    border-style: solid;
}
.home .ui-tabs .ui-tabs-nav li {
    border-width: 0;
}
.home .ui-tabs .ui-tabs-nav li a {
    color: #000;
    background-color: #fff;
    line-height: 38px;
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
}
.home .ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #ba0007;
}
.home .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    bottom: -2px;
    background: #ba0007;
}
.home .ui-tabs .more {
    position: absolute;
    top: 0;
    right: 20px;
}
.home .ui-tabs .more a {
    color: #ba0007;
    line-height: 38px;
}

/* Top Post */

.home .top-post {
    background-color: #fff;
}
.home .top-post .list {
    margin: 14px 20px;
}
.home .top-post .list .title {
    margin-right: 100px;
}
.home .top-post .list .title h5 {
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home .top-post .list .title h5 .icon-dot {
    color: #ba0007;
    font-size: 150%;
    vertical-align: top;
}
.home .top-post .list .date {
    float: right;
}
.home .top-post .list .date h6 {
    line-height: 32px;
    color: #5c5c5c;
    margin-bottom: 0;
}
.home .top-post.top-post-6 {
    min-height: 220px;
}
.home .top-post.top-post-8 {
    min-height: 284px;
}
.home .top-post.top-post-9 {
    min-height: 324px;
}
.home #v6-2-1 .top-post .list .title {
    margin-right: 150px;
}

/* App */

.home .app.app1:not(:first-child) {
    margin-top: 10px;
}
.home .app.app1 img {
    height: 125px !important;
}
.home .app.app2,
.home .app.app3 {
    background: #fff;
    padding: 20px 10px 0;
}
.home .app.app2:last-child,
.home .app.app3:last-child {
	padding-bottom: 20px;
}
.home .app.app2 img {
    height: 100px !important;
}
.home .app.app3 img {
    height: 67px !important;
}

.home .app.app1 .ssfww {
    width: 70% !important;
}
.home .app.app1 .fglx {
    width: 30% !important;
    padding-left: 15px;
}
.home .app.app1 .fglx .image_frame {
    text-align: right !important;
}
.home .app.app1 .fglx .image_frame img {
    width: 100%;
}

/* Info */

.home .info {
    background: #fff;
    padding: 20px;
}
.home .info .wp-caption-text {
    line-height: 30px;
    padding: 0;
    background: none;
}

/* Friend Link */

.home .friend-link {
    background-color: #fff;
    padding: 20px;
}
.home .friend-link h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.home .friend-link h5:not(:first-child) {
    margin-top: 10px;
}
.home .friend-link .select {
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.home .friend-link .friend2 {
    text-align: center;
}
.home .friend-link .friend2 a {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #626262;
    width: 100%;
    border-bottom: 2px solid #EBEBEB;
    padding: 10px;
    margin-bottom: 10px;
}

/* 3.3 Page
================================================== */

/* 3.3.1 Common
================================================== */

/* è§†é¢‘æ’ä»¶åŽ»é™¤ä¸‹è½½æŒ‰é’® */
.page video::-internal-media-controls-download-button {
    display:none;
}
.page video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
.page video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 3.3.2 Posts
================================================== */

/* Blogs */

.page .posts .column_blog {
    padding-left: 0;
}
.page .posts .blog_wrapper {
    padding: 40px;
    min-height: 639px;
}
.page .posts .posts-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.page .posts .posts-header .title {
    float: left;
    font-size: 25px;
    line-height: 25px;
}
.page .posts .posts-header .breadcrumbs {
    display: block;
    float: right;
    line-height: 25px;
}
.page .posts .posts-header .breadcrumbs li {
    display: inline-block;
}
.page .posts .posts-header .breadcrumbs&gt;li+li:before {
    padding: 0 5px;
    color: #6a6a6a;
    content: '&gt;\00a0';
}
.page .posts .posts_group {
    padding: 0 10px;
}
.page .posts .posts_group a {
    font-size: 15px;
    color: #262626;
}
.page .posts .posts_group .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page .posts .posts_group.list li {
    list-style: none !important;
    border-bottom: 1px solid #F2F2F2;
}
.page .posts .posts_group.list li:not(:first-child) {
    margin-top: 5px;
}
.page .posts .posts_group.list a {
    line-height: 38px;
}
.page .posts .posts_group.list .title {
    margin-right: 150px;
}
.page .posts .posts_group.list .date {
    float: right;
}
.page .posts .posts_group.grid&gt;div {
    margin: 8px 0;
}
.page .posts .posts_group.grid .image_frame img {
    width: 242px !important;
    height: 135px !important;
}
.page .posts .posts_group.grid .title {
    line-height: 32px;
    text-align: center;
}
.page .posts .pager .pages {
    margin-top: 20px;
    background: none;
}
.page .posts .pager .pages a {
    border: 1px solid #e6e6e6;
}

/* Side bar */

.page .posts .sidebar {
    padding: 40px 40px 40px 55px;
    min-height: 639px;
    border-right: 1px solid #ebebeb;
    background-color: #fcfcfc;
    text-align: center;
}
.page .posts .sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1500px;
    height: 100%;
    background: rgba(0, 0, 0, .01);
    background-color: #fcfcfc;
    visibility: visible;
}
.page .posts .sidebar ul li a {
    display: block;
    padding: 7px 10px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #f5f5f5;
    color: #858585;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page .posts .sidebar ul li a:hover, .page .posts .sidebar ul li.active&gt;a {
    background-color: #ba0007;
    color: #fff;
}

/* 3.3.3 Post
================================================== */

.page .post {
    padding: 40px;
}
.page .post .post-header .entry-title {
    font-weight: inherit;
    color: #000;
    line-height: 1.5em;
    font-size: 24px;
    font-family: æ–¹æ­£å°æ&nbsp;‡å®‹ç®€ä½“;
}
.page .post .post-header hr {
    margin: 25px auto 20px;
}
.page .post .post-header span {
    padding: 0 15px;
}
.page .post-content {
    color: #000;
    font-family: å®‹ä½“;
    font-size: 16px;
    line-height: 2;
    min-height: 400px;
}
.page .post-content p {
    margin: 0;
}
.page .post-content table {
    max-width: 100%;
    width: auto;
    margin: auto;
}
.page .post-content video,
.page .post-content object,
.page .post-content embed {
    max-width: 100%;
    height: auto;
}</pre></body></html>